home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / recipe.dxr / 00022_Last Current Recipe.ls < prev    next >
Encoding:
Text File  |  2000-03-23  |  133 b   |  6 lines

  1. on mouseDown
  2.   global gLastCurrent, gBarTopManager
  3.   gLastCurrent = findActiveRecipeSlot()
  4.   goToLabel("Current" & gLastCurrent)
  5. end
  6.